Getting started

Visual Studio

Installed VS2017 with a crapload of options.

Git

https://github.com/giraph/data-sci-1

git : fatal: not in a git directory

git config --global user.email "giraph@giraph.net"

git config --global user.name "giraph"

.gitignore: create file as ".gitignore." to work around validation

Powershell

https://github.com/mgr32/PsISEProjectExplorer

$env:PSModulePath

  • %windir%\system32\WindowsPowerShell\v1.0\Modules

  • %USERPROFILE%\Documents\WindowsPowerShell\Modules

Markdown

http://datascience.ibm.com/blog/markdown-for-jupyter-notebooks-cheatsheet/

Tip: Use blue boxes for Tips and notes. If it’s a note, you don’t have to include the word “Note”.
Example: Use yellow boxes for examples that are not inside code cells, or use for mathematical formulas if needed.
Up to you: Use green boxes sparingly, and only for some specific purpose that the other boxes can't cover. For example, if you have a lot of related content to link to, maybe you decide to use green boxes for related links from each section of a notebook.
Just don't: In general, just avoid the red boxes.